Skip to content

feat: suggest downloading the mobile app#813

Open
leanmendoza wants to merge 7 commits intomasterfrom
feat/mobile-app-download
Open

feat: suggest downloading the mobile app#813
leanmendoza wants to merge 7 commits intomasterfrom
feat/mobile-app-download

Conversation

@leanmendoza
Copy link

@leanmendoza leanmendoza commented Mar 2, 2026

Summary

  • Add MobileDownloadModal with App Store and Google Play badges, shown instead of the desktop DownloadModal on mobile devices
  • Replace useMobileMediaQuery (CSS-based) with useIsMobileDevice (user-agent based) for reliable mobile detection on real devices
  • Wrap JumpInPositionButton with MobileJumpInWrapper to intercept clicks and show store badges on mobile
  • Update PlaceFeatured to show mobile modal variant on mobile devices

Related PRs

@leanmendoza leanmendoza force-pushed the feat/mobile-app-download branch from 638f03c to 77e8175 Compare March 2, 2026 19:15
@coveralls
Copy link

coveralls commented Mar 2, 2026

Pull Request Test Coverage Report for Build 22865773100

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.871%

Totals Coverage Status
Change from base Build 22582894951: 0.0%
Covered Lines: 15390
Relevant Lines: 16877

💛 - Coveralls

@leanmendoza leanmendoza requested a review from braianj March 9, 2026 21:52
Copy link
Collaborator

@braianj braianj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Comment on lines +18 to +28
<StoreBadgesContainer>
<StoreBadgeLink
href={config.get("ANDROID_STORE_URL")}
target="_blank"
rel="noopener noreferrer"
>
<StoreBadgeIconWrapper badgeSize={size}>
<GooglePlayBadge />
</StoreBadgeIconWrapper>
</StoreBadgeLink>
</StoreBadgesContainer>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment about reusar of UI2 component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants